xen/arm: Correct the coding style of get_cycles
authorWei Chen <wei.chen@arm.com>
Tue, 5 Jan 2021 07:19:45 +0000 (15:19 +0800)
committerJulien Grall <jgrall@amazon.com>
Wed, 13 Jan 2021 19:56:32 +0000 (19:56 +0000)
commit896128e9352327c4ff2b5c0c6cfa3856e45e2ca3
tree5defcfa8d1e569c2941f293e8a96570b7bc46fc1
parentbc70924c79f154ee453fcf4079e0eabb0452300d
xen/arm: Correct the coding style of get_cycles

It seems the arm inline function get_cycles has used 8 spaces for
line indent since 2012. This patch correct them to 4 spaces and
remove extra space between function name and bracket.

Signed-off-by: Wei Chen <wei.chen@arm.com>
Acked-by: Julien Grall <jgrall@amazon.com>
xen/include/asm-arm/time.h